Welcome![Sign In][Sign Up]
Location:
Search - delphi comport

Search list

[Com PortComAssistant串口通信Comport

Description: 串口调试助手 v1.0 使用说明 本程序完全参照龚建伟《串口调试助手V2.2》制作而成,原软件是用VC编写的,我将它改用Delphi编写,作为我学习串口编程的一个例子与工具使用。 其中用到串口控件为ComPort,该控件为开源软件,各大网站均有下载,目前最新版为3.0。 使用平台: WIN9X/NT/2000/XP 本软件目前仅供三线制(NONMODEM)串口调试之用,所有功能均置于界面上,一目了然,其义自明,这里仅对十六进制发送作一说明: 十六进制发送:选中(CHECK)十六进制发送后,程序会自动从发送框取16进制数发送,最好按16进制格式填写,例如:12 34 56 77 10 使用窗口悬浮功能:点击程序左下角的针状按钮可以使程序置于最上层,保持可见; 放大至全屏:当需要扩大接收窗口以方便观看数据时,可以点击右上角最大化按钮 另外:还要注意的是调试串口时,插拨串口接头应尽量关闭计算机,至少保证一端是关闭的。 其它串口资料如接线、标准、源代码、编程、串口网络可到 龚建伟技术主页http://www.gjwtech.com 查找。 EMAIL:mastersky@21cn.com QQ:11116580 作者:sky 2005-12-19 原作者:龚建伟 工学博士 原作者联系方式:webmaster@gjwtech.com-serial debugging assistant v1.0 use of this procedure complete reference Dan "serial debugging assistant V2.2" produced, the original software was prepared by the VC, I will use it to prepare Delphi, as I learn of a serial programming examples and the use of tools. Which used to ComPort Serial control, the control of open-source software, have downloaded all the major websites, The current version 3.0. The use of platforms : the IMS software is currently only three-wire (NONMODEM) Serial Debugger use all the functions were placed on the interface, transparent, its meaning is self-evident, only here for hexadecimal Send a note : hexadecimal this : elections (CHECK) hexadecimal sent, procedures will be sent automatically from the box from 16 decimal numbers sent, preferably by comp
Platform: | Size: 269864 | Author: zesfl | Hits:

[Windows Develop串口调试(delphi源码)

Description:

使用说明
本程序完全参照龚建伟《串口调试助手V2.2》制作而成,原软件是用VC编写的,我将它改用Delphi编写,作为我学习串口编程的一个例子与工具使用。

其中用到串口控件为ComPort,该控件为开源软件,各大网站均有下载,目前最新版为3.0。


使用平台: WIN9X/NT/2000/XP

本软件目前仅供三线制(NONMODEM)串口调试之用,所有功能均置于界面上,一目了然,其义自明,这里仅对十六进制发送作一说明:

十六进制发送:选中(CHECK)十六进制发送后,程序会自动从发送框取16进制数发送,最好按16进制格式填写,例如:12 34 56 77 10

使用窗口悬浮功能:点击程序左下角的针状按钮可以使程序置于最上层,保持可见;

放大至全屏:当需要扩大接收窗口以方便观看数据时,可以点击右上角最大化按钮

另外:还要注意的是调试串口时,插拨串口接头应尽量关闭计算机,至少保证一端是关闭的。


=================================================

这个程序是我在网上下载的,在使用中发现有些问题:

1、编译后发现在自动发送时有假死机现像,已经修正;


2、把按键改在右边了,方便操作。


QQ:705254188    cybers@163.com


                                             Cyber Wang
                                              2008-7-24

 


Platform: | Size: 247537 | Author: cybers | Hits:

[Communication-Mobiledccomms

Description: ComPort Library是一套用来编写串口通讯程序的控件。它包含5个控件:TComPort, TComDataPacket, TComComboBox, TComRadioGroup and TComLed。利用这些工具(当然还有DELPHI开发环境),你能更快更简单地开发串口通讯程序。包含Delphi上下文相关的帮助文件和源代码(4000行)。功能无限制。源代码:包含。适用语言:CB3 CB4 CB5 D3 D4 D5-ComPort Library is a set of procedures for the preparation of serial communication control. It contains five controls: TComPort, TComDataPacket, TComComboBox, TComRadioGroup and TComLed. Use of these tools (of course, DELPHI development environment), you can faster and easier development of serial communication program. Delphi contains context-sensitive help files and source code (4000 lines). Features unlimited. Source code: contains. Applicable language: CB3 CB4 CB5 D3 D4 D5
Platform: | Size: 161792 | Author: 站长 | Hits:

[Communication-MobileCPort262

Description: ComPort Library version2.62 for Delphi 3, 4, 5 and C++ Builder 3, 4, 5
Platform: | Size: 168960 | Author: 浪人 | Hits:

[DocumentsFILEFIND.ZIP

Description: ComPort Library 是一组通信组件。它包括:TComPort、TComData- Packet、TComComboBox、TComRadioGroup、TComLed、TComTerminal等. 使你开发Delphi/C++ Builder变的更简单-ComPort Library is a group communication components. It includes : TComPort, TComData- Packet, TComComboBox, TComRadioGroup, TComLed, TComTerminal so. So you develop Delphi/C Builder become simpler
Platform: | Size: 7168 | Author: 吴此仁 | Hits:

[Com PortDelphi中串口通信的实现

Description: Delphi中串口通信的实现 Delphi是一种具有功能强大、简便易用和代码执行速度快等优点的可视化快速应用开发工具,它在构架企业信息系统方面发挥着越来越重要的作用,许多程序员愿意选择 Delphi作为开发工具编制各种应用程序。但是,美中不足之处是 Delphi没有自带的串口通信控件,在它的帮助文档里也没有提及串口通信,这就给编制通信程序的开发人员带来许多不便。 -Delphi is a functional and rapid visual RAD tool easy to use ,which is being more and more important in design enterprise informaion systems. Programmers prepare to select it to develop applications. However,it is not with communication ctrls which is needed in many cases.
Platform: | Size: 6144 | Author: 赵长华 | Hits:

[Windows DevelopComPort.v3.0

Description: 经过验证的可用串口控件,ComPort v3.0-proven available Serial control, ComPort v3.0
Platform: | Size: 197632 | Author: 葛扬 | Hits:

[Com PortComAssistant串口通信Comport

Description: 串口调试助手 v1.0 使用说明 本程序完全参照龚建伟《串口调试助手V2.2》制作而成,原软件是用VC编写的,我将它改用Delphi编写,作为我学习串口编程的一个例子与工具使用。 其中用到串口控件为ComPort,该控件为开源软件,各大网站均有下载,目前最新版为3.0。 使用平台: WIN9X/NT/2000/XP 本软件目前仅供三线制(NONMODEM)串口调试之用,所有功能均置于界面上,一目了然,其义自明,这里仅对十六进制发送作一说明: 十六进制发送:选中(CHECK)十六进制发送后,程序会自动从发送框取16进制数发送,最好按16进制格式填写,例如:12 34 56 77 10 使用窗口悬浮功能:点击程序左下角的针状按钮可以使程序置于最上层,保持可见; 放大至全屏:当需要扩大接收窗口以方便观看数据时,可以点击右上角最大化按钮 另外:还要注意的是调试串口时,插拨串口接头应尽量关闭计算机,至少保证一端是关闭的。 其它串口资料如接线、标准、源代码、编程、串口网络可到 龚建伟技术主页http://www.gjwtech.com 查找。 EMAIL:mastersky@21cn.com QQ:11116580 作者:sky 2005-12-19 原作者:龚建伟 工学博士 原作者联系方式:webmaster@gjwtech.com-serial debugging assistant v1.0 use of this procedure complete reference Dan "serial debugging assistant V2.2" produced, the original software was prepared by the VC, I will use it to prepare Delphi, as I learn of a serial programming examples and the use of tools. Which used to ComPort Serial control, the control of open-source software, have downloaded all the major websites, The current version 3.0. The use of platforms : the IMS software is currently only three-wire (NONMODEM) Serial Debugger use all the functions were placed on the interface, transparent, its meaning is self-evident, only here for hexadecimal Send a note : hexadecimal this : elections (CHECK) hexadecimal sent, procedures will be sent automatically from the box from 16 decimal numbers sent, preferably by comp
Platform: | Size: 269312 | Author: zesfl | Hits:

[Com Portcomport

Description: 转载如果侵犯产权,不负责任,本程序完全参照龚建伟《串口调试助手V2.2》制作而成,原软件是用VC编写的,我将它改用Delphi编写,作为我学习串口编程的一个例子与工具使用。-reproduced if infringe on property rights, irresponsible and totally based on the procedures Dan "serial debugging assistant V2.2" produced, the original software was prepared by the VC, I will use it to prepare Delphi, as I learned a serial programming examples and the use of tools.
Platform: | Size: 4096 | Author: | Hits:

[Delphi/CppBuilderDelphi_comport

Description: dephi串口编程指导,各种函数 以及举例! -Delphi serial programming guide, as well as a variety of functions, for example!
Platform: | Size: 40960 | Author: | Hits:

[Process-ThreadPort

Description: delphi 串口调试软件,有消息处理和多进程处理,供同僚们参考。-delphi serial debugging software, information processing and multi-process handling, for my colleagues to refer to.
Platform: | Size: 3072 | Author: xiaomin | Hits:

[Delphi VCLComPort

Description: com port sample code with delphi
Platform: | Size: 210944 | Author: coder | Hits:

[USB developTMSA32

Description: delphi comport component
Platform: | Size: 1009664 | Author: franki | Hits:

[Windows Developcomport

Description: Using COM port for Delphi. ComPortUnit.pas is included
Platform: | Size: 121856 | Author: Alex | Hits:

[GUI Developserdel

Description: ComPort Library version 2.64 for Delphi 3, 4, 5, 6, 7 and C++ Builder 3, 4, 5, 6-ComPort Library version 2.64 for Delphi 3, 4, 5, 6, 7 and C++ Builder 3, 4, 5, 6
Platform: | Size: 196608 | Author: kedmed | Hits:

[Delphi VCLTComPort4BetaDelphi2010

Description: ComPort Library V4.0 Beta for Delphi2010 This is subversion revision 20 of TComPort version 4.0 with minimal support (package files and .inc file updates) for delphi 2010.-ComPort Library V4.0 Beta for Delphi2010 This is subversion revision 20 of TComPort version 4.0 with minimal support (package files and. Inc file updates) for delphi 2010.
Platform: | Size: 401408 | Author: jiaff-hui | Hits:

[Delphi VCLComport

Description: delphi使用串口通信的控件PC向单片机发送6个字节的数据,单片机收到后返回PC显示。注释我都写很清楚了,你自己稍微改下就可以了。-delphi controls PC using serial communication sent to the MCU 6 bytes of data received and returned to PC display microcontroller. Note I have written very clearly, and you can slightly change under the.
Platform: | Size: 5120 | Author: 张宁 | Hits:

[Delphi VCLcomport

Description: comport dll for delphi
Platform: | Size: 954368 | Author: kasra | Hits:

[OtherCOMPORT-4.14_XE10

Description: delphi D7-XE7通用串口控件,亲测可用(delphi D7-XE7 comportV4.14)
Platform: | Size: 1967104 | Author: wjun7610 | Hits:

[Delphi VCLTcpComPort

Description: TCP ComPort for Delphi
Platform: | Size: 43008 | Author: Franky69 | Hits:
« 12 3 »

CodeBus www.codebus.net